Graphics.FillPolygon Method

Draws a polygon using the values in the 1-based array passed as the x and y coordinates. Odd numbered array elements are X coordinates and even numbed array elements are Y coordinates.

Syntax

Graphics.FillPolygon Points()

Parameters

Points()

Integer

Notes

The polygon is filled with the current ForeColor.